home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Texas! / Let's Discover Texas!.iso / pc / FILES / GEO.dxr / 00544_set1-20 visible.ls < prev    next >
Encoding:
Text File  |  2001-04-12  |  196 b   |  12 lines

  1. on exitFrame me
  2.   global numDone
  3.   if numDone = 0 then
  4.     sprite(150).visible = 1
  5.   else
  6.     sprite(150).visible = 0
  7.   end if
  8.   repeat with i = 1 to 19
  9.     sprite(i).visible = 1
  10.   end repeat
  11. end
  12.